Goto

Collaborating Authors

 rdf processing


RDF Processing in Python with RDFLib - Geeky Humans

#artificialintelligence

An RDF statement expresses a relationship between two resources. The subject and the object represent the two resources being related; the predicate represents the nature of their relationship. The relationship is phrased in a directional way (from subject to object) and is called an RDF property. RDF allows us to communicate much more than just words; it allows us to communicate data that can be understood by machines as well as people. In this tutorial, we'll do the RDF Processing in Python with RDFLib.